home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Telecom / InterNet / InterNet Nav Services / Nav.file type & compression < prev    next >
Encoding:
Text File  |  1992-12-01  |  3.2 KB  |  90 lines  |  [TEXT/SNTE]

  1. NAVIGATING THE INTERNET: AN INTERACTIVE WORKSHOP
  2. Richard J. Smith
  3. Assistant Director For Technical Services
  4. University of Southwestern Louisiana
  5. rs@usl.edu
  6.  
  7.                             FILE TYPES & FILE COMPRESSION
  8.  
  9. There are many files types that can be retrieved from machines over
  10. the Internet.  There are conventions followed in naming a file.
  11. First, is to make it as descriptive as possible; second, is to use
  12. an extension to describe the type of file.  Although not mandatory,
  13. the following are common extensions and the type of file usually
  14. associated with the extension.
  15.  
  16. .txt ----    Means a text file (ascii)
  17. .doc ----    Also describes a text file (ascii)
  18. .ps  ----    Stands for a postscript file.  A postscript file is a
  19.              text file that must be printed on a postscript
  20.              printer.  Preferred because of higher quality of
  21.              printing over standard text printing.
  22. .wp  ----    WordPerfect file
  23. .com ----    Executable file
  24. .exe ----    Executable file
  25.  
  26. no extension usually means ascii
  27.  
  28. Files themselves are often times compressed in order to save disk
  29. space and to speed the electronic transfer of the file.  Common
  30. compression extensions are:
  31.  
  32. .Z   ----    UNIX compressed file that needs to be "uncompress"
  33.              when transferred.
  34. .tar ----    UNIX tape archive file that gathers together files and
  35.              directories into one file.  Usually the file is
  36.              compressed making it a .tar.Z file.  Needs to be
  37.              uncompressed and untarred with the UNIX software.
  38. .ZIP ----    A compressed file that needs to be unzipped on a
  39.              personal computer with PKZIP software.
  40. .hqx ----    Macintosh compressed file.
  41.  
  42.  
  43. Examlple of compresing aand uncompressing a file called "test":
  44. --------------------
  45. bss>ls
  46. test
  47. bss>compress test
  48. bss>ls
  49. test.Z
  50. bss>uncompress test.Z
  51. bss>ls
  52. test
  53. bss>
  54. --------------------
  55.  
  56. Zoo, arc, and other extensions may mean compressed files.  The IBM
  57. and Macintosh compressed files need to be uncompressed with the
  58. proper software.  You can usually find the compression software
  59. somewhere on the machine where you find the file. A good reason
  60. to "get" and read the "read.me" file on most machines.
  61.  
  62. These are common extensions you find as you navigate the Internet.
  63. In order to retrieve these file the correct ftp setting must be
  64. used.  Text file extensions .txt and .ps are obtained by using the
  65. ftp in its default setting ascii. (Although I think I read that  a
  66. .ps file can contain non-ascii characters so it is best transferred
  67. in binary.)  Compressed files, .wp, .exe, .com, and other files
  68. that contain non-ascii characters must be transferred by first
  69. setting ftp to the binary mode.  At the ftp prompt just type
  70. "binary".
  71.  
  72. --------------------
  73. ftp>binary
  74. 200 Type set to I.
  75. ftp>
  76. --------------------
  77.  
  78. Remember that postscript files need a postscript printer.  Check
  79. with your computer center on where you can find a postscript
  80. printer in your institution.  Be especially careful if you are
  81. charged for printing.  I've seen damaged postscript file print one
  82. letter per page--that will cost you-- postscript files tend to be
  83. very large.
  84.  
  85.  
  86.  
  87. Navigating the Internet: An Interactive Workshop
  88. Copyright (C) 1992 by Richard J. Smith, All Rights Reserved.
  89. Permission granted for individual usage.
  90.